services.phpfpm.pools.<name>.phpEnv

Environment variables used for this PHP-FPM pool.

Type
attribute set of string
Default
{ }
Example
{
  HOSTNAME = "$HOSTNAME";
  TMP = "/tmp";
  TMPDIR = "/tmp";
  TEMP = "/tmp";
}
Declared
<nixpkgs/nixos/modules/services/web-servers/phpfpm/default.nix>